home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 3 / Amiga Format CD03 (1996-07-04)(Future Publishing)(GB)(Track 1 of 6)[!][issue 1996-08].iso / pd / text / edwordv5.5 / documents / keys&options < prev    next >
Text File  |  1996-05-20  |  9KB  |  229 lines

  1.  
  2.                  ===========================================
  3.  
  4.                                              
  5.                                                  
  6.                                                  
  7.                                 
  8.                                     
  9.                                      
  10.                                  
  11.  
  12.                  ========---- Professional V5.5 ----========
  13.  
  14.  
  15.                                 KEYS & OPTIONS
  16.  
  17.  
  18.                               MARTIN REDDY, 1996
  19.  
  20.  
  21.  CONTENTS:
  22.  ---------
  23.  
  24.        COMMAND LINE OPTIONS
  25.        EDITOR KEYS
  26.               CONTROL KEYS
  27.               OTHER KEYS
  28.               THE UNDO KEY
  29.               THE F-KEYS
  30.               DIRECT ASCII VALUE ENTRY
  31.        ANTI-BOREDOME
  32.  
  33. ------------------------
  34.  
  35.                              COMMAND LINE OPTIONS
  36.                              ~~~~~~~~~~~~~~~~~~~~
  37.  
  38.  To run EdWord from a Shell/CLI, use the following command line format where
  39.  all text within {..} brackets  are  optional  parameters, uppercase letters
  40.  depict actual text which you type and lowercase letters  represent a param-
  41.  eter which you can supply (e.g. a filename or number).
  42.  
  43.  
  44.  Usage : EdWord {filename} {-C configdir} {-NTSC} {-WB} {-LACE} {-VI}
  45.                 {-NODIR} {-MEM size} {-T title} {-F fontname} {-D} {-REQ}
  46.                 {-ZOOM} {-COLS number} {-H height} {-Y ycoord} {-L line}
  47.                 {-UL size} {-AREXX script} {-MOD text} {-RT} {-ASL} {-NOC}
  48.                 {-PUB pubscreenname} {-PCOFF} {-CDIR directory} {?}
  49.  
  50.  Where,
  51.  
  52.     -C     = specifies a directory to search for the EdWord.config file
  53.              (by default the current directory and ENV: will be searched)
  54.     -WB    = forces EdWord to use the WorkBench screen.
  55.     -NTSC  = forces EdWord into an NTSC screen mode on start up.
  56.     -NODIR = file requester will initially list all mounted devices.
  57.     -LACE  = forces EdWord to use an interlaced screen.
  58.     -MEM   = specifies the memory buffer size in bytes (default=60000).
  59.     -T     = changes the program title (default EdWord V5.5).
  60.     -F     = uses the specified 8x8 point font (default topaz 80).
  61.     -D     = disables checks for viruses in RAM - best left on !
  62.     -UL    = specifies the size of the underscore cursor (1 or 2)
  63.     -REQ   = forces a file requester on start up.
  64.     -ASL   = makes EdWord use the asl.library file requester
  65.     -RT    = makes EdWord use the reqtools.library file requester
  66.     -COLS  = defines the number of colours for the screen (2,4 or 8)
  67.     -AREXX = runs an ARexx script file on start up.
  68.     -PCOFF = forces case dependant pattern matching for EdWord's file req.
  69.     -CDIR  = tells EdWord where to look for the EdCalc program
  70.     -CDIR  = specifies directory to search for the EdCalc program
  71.     -NOC   = do not load any configuration files (use defaults)
  72.     -MOD   = The text to append to an updated filename on title bar
  73.     -H     = the height of the initial window/screen (in pixels)
  74.     -Y     = the y-coordinate of the top edge of window (in pixels)
  75.     -L     = specifies a line no. to jump to after loading the initial file
  76.     -ZOOM  = forces editor window to zoom (if on WorkBench & under WB2.0)
  77.     -VI    = turns on emulation for the Unix editor VI :-)
  78.  
  79.                  e.g.  EdWord -ASL -REQ -MOD "+" -T "My Editor"
  80.  
  81.  
  82.  
  83.  
  84.                                   EDITOR KEYS
  85.                                   ~~~~~~~~~~~
  86.  
  87.                   Cursor Left = Move left one character
  88.                  Cursor Right = Move right one character
  89.                     Cursor Up = Move up one line
  90.                   Cursor Down = Move down one line
  91.  
  92.           SHIFT + Cursor Left = Move to start of next word
  93.          SHIFT + Cursor Right = Move to start of previous word
  94.             SHIFT + Cursor Up = Move up one page
  95.           SHIFT + Cursor Down = Move down one page
  96.  
  97.             ALT + Cursor Left = Move to start of current line
  98.            ALT + Cursor Right = Move to end of current line
  99.               ALT + Cursor Up = Move to the start of document
  100.             ALT + Cursor Down = Move to the end of document
  101.  
  102.            CTRL + Cursor Left = Move to left most edge of screen
  103.           CTRL + Cursor Right = Move to right most edge of screen
  104.              CTRL + Cursor Up = Move to top of the screen
  105.            CTRL + Cursor Down = Move to bottom of the screen
  106.  
  107.       (Note, all of these can be redefined via the Prefs/Keys facility)
  108.  
  109.  
  110.  N.B. It is also possible to use the numeric keypad for cursor movement. You
  111.  can use the NumL key on the  keypad  to  switch the operation of the keypad
  112.  between a cursor pad or a numeric pad. A flag will appear on the status bar
  113.  when NumL is on (Obviously this facility is of no use to you if you have an
  114.  A600 because they don't have a numeric keypad!). Whilst  NumL  is  off, the
  115.  keypad will perform as:
  116.  
  117.                  Numeric 4 = Move left one character
  118.                  Numeric 6 = Move right one character
  119.                  Numeric 8 = Move up one line
  120.                  Numeric 2 = Move down one line
  121.                  Numeric 9 = Move up one page
  122.                  Numeric 3 = Move down one page
  123.                  Numeric 7 = Move to top of file
  124.                  Numeric 1 = Move to bottom of file
  125.                  Numeric 0 = Toggle Insert/Destroy mode
  126.                  Numeric . = Delete character under cursor
  127.  
  128.  
  129.  CONTROL KEYS
  130.  ~~~~~~~~~~~~
  131.  
  132.                   CTRL + T = Move to top of the file
  133.                   CTRL + B = Move to bottom of the file
  134.                   CTRL + G = Delete character (Del)
  135.                   CTRL + H = Delete character (Backspace)
  136.                   CTRL + I = Insert a tab character
  137.                   CTRL + Y = Delete current line
  138.                   CTRL + U = Undelete last deleted line
  139.                   CTRL + Q = Delete to end of line
  140.                   CTRL + V = Delete current word
  141.                   CTRL + M = Split current line at cursor
  142.                   CTRL + S = Move left one character
  143.                   CTRL + D = Move right one character
  144.                   CTRL + E = Move up one line
  145.                   CTRL + X = Move down one line
  146.                   CTRL + R = Move up one page
  147.                   CTRL + C = Move down one page
  148.                   CTRL + K = Erase specified block
  149.                   CTRL + L = Print current block
  150.                   CTRL + N = Repeat Text function
  151.                   CTRL + O = Delete a file from disk
  152.                   CTRL + J = Rename a file on disk
  153.                   CTRL + W = Save file under current name
  154.                   CTRL + P = Modify file protection bits
  155.                   CTRL + F = Update the document's Text Casing
  156.                   CTRL + A = Refresh the display
  157.  
  158.  
  159.  OTHER KEYS
  160.  ~~~~~~~~~~
  161.  
  162.                SHIFT + DEL = Delete to end of line / Delete Word
  163.          SHIFT + BACKSPACE = Delete to beginning of line
  164.                SHIFT + TAB = un-indents a tab character (deletes tabs)
  165.                  ALT + ESC = Iconify EdWord to icon
  166.  
  167.  
  168.  
  169.  THE UNDO KEY
  170.  ~~~~~~~~~~~~
  171.  
  172.  The key marked HELP is the EdWord Undo key.  If you press this key then the
  173.  current line will revert to  its  original  state when you first moved onto
  174.  it. This can be useful if make  some  kind  of modification to a line which
  175.  you decide not to keep.
  176.  
  177.  
  178.  
  179.  THE F-KEYS
  180.  ~~~~~~~~~~
  181.  
  182.  The ten F-Keys (F1,F2...F10) at the  top  of the keyboard can be programmed
  183.  to insert any text that you define,  into  the current document. To program
  184.  these keys, select Define F-Keys from the Utilities menu.
  185.  
  186.  By using SHIFT + F-Key, you  can  access  EdWord's  Bookmark facility. This
  187.  lets you mark a certain  position  within  a  file  so that you can quickly
  188.  return to it at any time. SHIFT+F1 to F3 set a Bookmark and SHIFT+F6 to F8,
  189.  return to the corresponding mark.
  190.  
  191.  
  192.  
  193.  DIRECT ASCII VALUE ENTRY
  194.  ~~~~~~~~~~~~~~~~~~~~~~~~
  195.  
  196.  It is possible to enter ANY character into the EdWord editor.  You  can use
  197.  the ALT keys with various combinations  to produce some of these characters
  198.  (as you would do from AmigaDOS or most other text editors). But a much more
  199.  powerful method is to use the Direct ASCII Entry facility of EdWord.
  200.  
  201.  What this entails is that you depress the  LEFT  AMIGA  key and (keeping it
  202.  depressed) type in the (decimal) ASCII value  of the character you require.
  203.  Then when you release the  LEFT  AMIGA  key, the  character with that ASCII
  204.  value will be inserted into the current text.  This facility can be used at
  205.  any time, whether entering data  directly  into the editor or into a string
  206.  gadget (e.g. for searching or occurrence counts etc.)
  207.  
  208.  This facility can come in extremely handy.  For  example,  it allows you to
  209.  convert the End-Of-Line character  to  any standard - The Amiga uses a line
  210.  feed character (#10) to  symbolise  End-Of-Line  whereas,  for example, the
  211.  IBM-PC's use a carriage return + line feed (#13,#10). Therefore, to convert
  212.  Amiga to IBM format ASCII text, you  simply  search for all characters with
  213.  ASCII code 10 and  replace  them  with an ASCII code 13 and 10 by using the
  214.  Direct Ascii Entry facilty in the Find/Replace window.
  215.  
  216.  
  217.  
  218.  ANTI-BOREDOME
  219.  ~~~~~~~~~~~~~
  220.  
  221.  Why not try pressing a few of the following keys as well. I'm not going to
  222.  tell you what they do :-)
  223.  
  224.                  CTRL+\,   CTRL+],   CTRL+#,   CTRL+'    CTRL+-
  225.                  SHIFT+F4, SHIFT+F5, SHIFT+F9, SHIFT+F10
  226.  
  227.  
  228.  
  229.